to select ↑↓ to navigate
Clearing & Forwarding

Clearing & Forwarding

Mode of Transport & Mode of Transport Detail

1. Overview

The Mode of Transport DocType in the Clearing module of ERPNext is used to define various transport methods such as Air, Sea, Road, and Rail. Each mode includes structured child tables to define document requirements at different clearance stages like Clearing File, TRA, Port Clearance, etc.

2. Key Features

  • Define standard transport modes.
  • Link clearance document types per stage using child tables.
  • Supports validation and automation scripts.
  • Improves traceability and standardization.

3. Pre-Requisites

  • The Clearing module must be installed.
  • Clearing Document Type DocType must be defined.
  • Child Tables must be created: clearing_file_document, tra_clearance_document, port_clearance_document, etc.

4. Step-by-Step Usage

A. Create a New Transport Mode

  1. Go to Clearing > Mode of Transport.
  2. Click New.
  3. Enter a transport method in the Name field (e.g., Sea).
  4. Click Save.

B. Add Required Clearance Documents

  1. Under any document table (e.g., Port Clearance Document), click Add Row.
  2. Select a Clearing Document Type (e.g., Bill of Lading).
  3. Repeat for other stages as needed.
  4. Click Save.

5. Troubleshooting (Common Errors and Resolutions)

Issue Cause Resolution
Cannot save transport mode Missing required Name field Enter a value for Name
"Clearing Document Type not found" Invalid link field value Ensure the referenced document type exists
Unable to delete Record is referenced elsewhere Unlink or archive it first

6. User Roles and Permissions

Role Access
System Manager Full (Create, Read, Write, Delete, Export, Share, etc.)
Clearing Officer (optional) Custom access via Role Permissions Manager

7. Key Notes

  • Child tables are optional, but recommended.
  • Document types must exist in Clearing Document Type.
  • You can add columns like "Mandatory", "Sequence", or "Notes" to enhance logic.

8. What Business Process Pain Point Does It Help Remove?

Previously, transport-based clearance documentation was inconsistent and error-prone. This DocType provides:

  • Standardization of document requirements per transport mode.
  • Automation opportunities for validation and workflow.
  • Reduced compliance risk and processing delays.
  • Better collaboration across departments (logistics, customs, etc.).
Last updated 4 days ago
Was this helpful?
Thanks!